UpdateEventType
This enumeration table indicates which event type event is occurring. See HyperPoint Events.OnUpdate.
| Name | Value | Description |
|---|---|---|
| hpTimerEvent | 1 | Event generated by the Timer object. Using the Timer.Set method will cause these events to be generated. |
| hpPointEvent | 2 | Event generated by a Point object in response to a change in the Point item value. Using the Points.AddPoint method will cause these events to be generated. |
| hpExternalEvent | 3 |

